﻿
.DivFooterAlert
{
    vertical-align: middle;
    background-color: #FCE6BD;
    height: 32px;
    bottom: 0;
    text-align: right;
    width: 99%;
    padding-top: 5px;
    border-right: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    padding-right:4px;
}

.DivContainerAlert
{
    font-size: 12px;
    border:1px solid #000000;
    color: black;
    width: 400px;
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -175px;
    vertical-align:middle;
    font-weight:bold;
    font-size:15px; 
    font-family:Arial;
    background-color:Blue;
    /*background: url(../_images/MenuMid.png);    */
     /*border-top: solid 1px black;
   border-right: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-radius: 5px 5px 0px 0px;
*/
    background-color:#FCE6BD;
    height:28px;
    
    }
.AlertButtons
{
    background: url("../_images/ButtonSml.png") no-repeat right;
    height:24px;
    width:80px;
    border:none;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:10px;
    cursor:pointer;  
    text-align:center;  
	margin-left:10px;
}

.secondrow
{
    font-size: 13px;
    font-weight:normal;
    border-right: solid 1px black;
}


.DivContainer
{
    border:solid 1px black;
    width:388px; 
    background-color:#A6A6A6;
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -195px;
}
.DivContainer1 /* for registration page alone*/
{
    border:solid 1px black;
    width:388px; 
    background-color:#A6A6A6;
    z-index: 100000;
}
.DivContainer2 /* for registration page alone*/ {
    border: solid 1px black;
    width: 588px;
    background-color: #A6A6A6;
    z-index: 100000;
}
.DivTitleBody
{
    font-weight:bold; font-size:17px; font-family:Arial; 
    height:40px ; width:380px; 
    background: url(../_images/MenuNew.png); 
    border: solid 1px black; 
    border-bottom: 0px; 
    border-radius: 5px 5px 0px 0px ; 
    margin-left:3px; margin-top:3px;
}
.DivTitle
{
    margin-top:10px; margin-left:10px;
}
.DivBody
{
    background: #FCE6BD;  
    border: solid 1px black; border-radius: 0px 0px 5px 5px; 
    width:380px; 
    margin-left:3px; margin-bottom:3px;
    
}
.MyTable
{
    margin: 10px 10px 10px 10px ; width:95%;
    font-size:13px; font-family:Arial; 
    font-weight:normal;
}
.MyButton
{
    border-radius:7px; border-color:Black; border-width:1px;
    background: url(../_images/MenuMid.png); 
    height:30px; width:100px; 
    font-weight:bold; 
}
.MyButtonLg
{
    border-radius:7px; border-color:Black; border-width:1px;
    background: url(../_images/MenuMid.png); 
    height:30px; width:150px; 
    font-weight:bold; 
}